Lightstreamer .Net Adapter 1.7
|
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to add some Tables (i.e. Subscriptions) to a push Session. In this default implementation, the Metadata Adapter poses no restriction. Unless the WantsTablesNotification method is overridden, this method will never be called by Lightstreamer Kernel.
public: void NotifyNewTables(string user, string sessionID, TableInfo [] tables);
public virtual void NotifyNewTables(string user, string sessionID, TableInfo [] tables);
Public virtual Function NotifyNewTables(user As string, sessionID As string, tables As TableInfo []) As void
Parameters |
Description |
string user |
Not used. |
string sessionID |
Not used. |
TableInfo [] tables |
Not used. |
Exceptions |
Description |
never thrown in this case. | |
never thrown in this case. |